projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6183695
)
Include blockinput.h.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 7 Apr 1993 22:11:21 +0000
(22:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 7 Apr 1993 22:11:21 +0000
(22:11 +0000)
src/buffer.c
patch
|
blob
|
history
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index ddfab45d14868b400e0d409004b957790af5865b..118519f36ff9782cc7b473ef77287ceb640a1b37 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-36,6
+36,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "buffer.h"
#include "syntax.h"
#include "indent.h"
+#include "blockinput.h"
struct buffer *current_buffer; /* the current buffer */
diff --git
a/src/insdel.c
b/src/insdel.c
index 647c4beb3a4fcf1c4a66929196a8a1055ab6c062..a1b3b1ff113fdff7a756d040c971728ba82bee50 100644
(file)
--- a/
src/insdel.c
+++ b/
src/insdel.c
@@
-23,6
+23,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "intervals.h"
#include "buffer.h"
#include "window.h"
+#include "blockinput.h"
/* Move gap to position `pos'.
Note that this can quit! */